home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / DefineButton2_272 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-05-14  |  161 b   |  5 lines

  1. on(press){
  2.    this.startDrag(false,_parent.line._x,_parent.line._y,_parent.line._x,_parent.line._y + _parent.line._height - _height);
  3.    this.drag = true;
  4. }
  5.